hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
InterpreterResult
hip
bind
interpreters
Undocumented in source.
struct
InterpreterResult (
T
) {
bool
valid
;
T
value
;
}
Alias This
value
Members
Variables
valid
bool
valid
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
hip
bind
interpreters
modules
lua
aliases
InterpreterCFunction
enums
HipInterpreter
functions
loadInterpreterEntry
reloadInterpreter
renderInterpreter
sendInterpreterFunc
startInterpreter
updateInterpreter
interfaces
IHipInterpreter
static variables
_lua
structs
HipInterpreterEntry
InterpreterResult
InterpreterVoid